-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: Check code builds with gcc v14 #446
Conversation
2e0a7d0
to
a3906f0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. What's up with the branch protection rules?
The branch protection rules need updating because the names of the checks have changed due to the runner version changing. |
I've updated them now, so any open PRs will need to merge |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #446 +/- ##
==========================================
+ Coverage 46.17% 48.93% +2.75%
==========================================
Files 160 162 +2
Lines 7787 7761 -26
Branches 1054 1054
==========================================
+ Hits 3596 3798 +202
+ Misses 4005 3954 -51
+ Partials 186 9 -177 ☔ View full report in Codecov by Sentry. |
I finally made this work by updating the runners to the latest Ubuntu LTS release (24.04). Happily, this release includes a
g++-14
package, so we no longer have to rely on a PPA.We will have to update the branch protection rules before this can be merged.
Closes #413.